Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: re-enable chast server example tests #4457

Closed
wants to merge 4 commits into from

Conversation

keroxp
Copy link
Contributor

@keroxp keroxp commented Mar 22, 2020

@keroxp
Copy link
Contributor Author

keroxp commented Mar 22, 2020

const u = new URL("./server.ts", import.meta.url);
Deno.open(u.href);

It wouldn't work on windows. u.href may be not valid file path format on them....?

@keroxp
Copy link
Contributor Author

keroxp commented Mar 24, 2020

Closed because of #4478

@keroxp keroxp closed this Mar 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI fails on Windows
1 participant